﻿* {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  background: #fafafa;
  font: 12px/1.5 'Microsoft YaHei', sisum, arial;
}

/**导航*/
.wrap {
  width: 1200px;
  margin: 0 auto;
}

.wrap:after {
  content: '';
  display: block;
  clear: both;
}
#header {
  width: 100%;
  background-color: #fff;
  box-shadow: 0px 4px 10px #dddddd;
  position: fixed;
  z-index: 999;
}

#header .logo {
  float: left;
  margin-top: 27px;
}
#header .logo img {
  width: 140px;
}
#header .logo .expalin {
  width: 150px;
  margin-top: 8px;
  margin-left: 15px;
  color: #333;
}

#header .nav {
  height: 90px;
  margin: 0 auto;
  text-align: center;
  padding-top: 25px;
}
#header a {
  text-decoration: none;
  font-size: 16px;
  color: #333;
}
#header .nav > li {
  line-height: 37px;
  padding-bottom: 15px;
  padding-top: 10px;
}
#header .nav > li {
  float: left;
}
#header .nav > li:last-child {
  margin-right: 0;
}
#header .nav > li > a {
  padding: 8px 15px;
}
#header .nav > li > a:hover {
  border-bottom: 2px solid #2d64e6;
}
#header .nav > li .aCircle {
  border: 1px solid #2d64e6;
  border-radius: 30px;
}
#header .nav li ul {
  position: absolute;
  overflow: hidden;
}
#header .nav #ul1,
#header .nav #ul4,
#header .nav #ul5,
#header .nav #ul6 {
  width: 130px;
  margin-top: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 6px #dddddd;
  text-align: left;
  padding: 0px 20px;
  z-index: 1;
}
#header .nav #ul1 li:hover,
#header .nav #ul4 li:hover,
#header .nav #ul5 li:hover,
#header .nav #ul6 li:hover {
  border-bottom: 1px solid #2d64e6;
}
#header .nav .product-resolve {
  position: absolute;
  z-index: 2;
  width: 490px;
  height: 280px;
  margin-top: 15px;
  padding-top: 15px;
  background-color: #fff;
  box-shadow: 0px 4px 6px #dddddd;
  text-align: left;
  padding: 0px 30px;
  display: flex;
}
#header .nav .product-resolve li:hover {
  border-bottom: 1px solid #2d64e6;
  color: #2d64e6;
}

#header .nav #ul2 {
  margin-top: 10px;
  height: 400px;
}
#header .nav .product {
  width: 200px;
}
#header .nav .resolve {
  margin-left: 50px;
  width: 220px;
}
#header .nav .resolve #ul2-1 {
  margin-top: 10px;
  height: 400px;
}
#header .nav .product .title,
#header .nav .resolve .title {
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #333;
}

/* 面包屑 */
.common-breadcrumb {
  width: 1200px;
  margin: 18px auto;
  display: flex;
}
.common-breadcrumb > li + li:before {
  color: #cccccc;
  content: '/ ';
  padding: 0 5px;
}
.common-breadcrumb > li > a {
  color: #333333;
  font-size: 14px;
  text-decoration: none;
}

/**尾部*/
.footer {
  height: 480px;
  background-color: #164bc8;
  position: relative;
  background-image: url('../images/shuiyin.png');
  background-repeat: no-repeat;
  background-position-x: -145px;
  background-position-y: -110px;
}
.footer .main {
  width: 1200px;
  margin: 0 auto;
  color: #fff;
  padding-top: 40px;
}

.footer .links {
  display: flex;
}
.footer .raycloud {
  margin-left: 20px;
}
.footer .raycloud .title {
  font-size: 18px;
  margin-bottom: 20px;
}
.footer .list li a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  line-height: 30px;
}
.footer .list li a:hover {
  text-decoration: underline;
}
.footer .service {
  font-size: 18px;
  margin-left: 70px;
}
.footer .service .title {
  margin-bottom: 20px;
}
.footer .service .list {
  display: flex;
}
.footer .service .list ul {
  margin-right: 50px;
}
.footer .web {
  font-size: 18px;
  margin-left: 60px;
}
.footer .web .title {
  margin-bottom: 20px;
}
.footer .logo {
  margin-left: 150px;
  margin-top: 50px;
  text-align: center;
}
.footer .logo .title {
  font-size: 14px;
  line-height: 20px;
  margin-top: 15px;
  margin-bottom: 20px;
}
.footer .line {
  margin: 30px 0px 0px -20px;
  width: 800px;
  border-bottom: 1px solid #fff;
  transform: scaleY(0.5);
}
.footer .remark {
  margin-top: 35px;
}
.footer .remark a {
  color: #fff;
  text-decoration: none;
}

.footer .remark .time {
  margin-top: 15px;
}
.footer .animal img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}

a:link {
  color: #000000;
  text-decoration: none;
}
a:visited {
  color: #000000;
  text-decoration: none;
}
a:hover {
  color: #999999;
  text-decoration: underline;
}
